home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / PrimaryColors.notes < prev    next >
Text File  |  1999-10-15  |  2KB  |  113 lines

  1.  
  2.  
  3. Image Engineer script - Primary colors v1.84
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   Makes a colorful picture gray and then tints it with a colour.
  10.  
  11.  
  12. REQUIREMENTS
  13.  
  14.   Image Engineer v3.41 (Wision release 2)
  15.  
  16.  
  17. INSTALLATION
  18.  
  19.   This script belongs to Image Engineer distribution, so it
  20.   should allready be in IE:Arexx/, where it belongs.
  21.  
  22.  
  23. USAGE
  24.  
  25.   Activate window of an image, which colours you want to change.
  26.   Run the script. Choose a color and optional Contrast Stretch,
  27.   which is actually "Contrast_Stretch + Contrast 20".
  28.  
  29.  
  30. ARGUMENTS
  31.  
  32.   PrimaryColors.rexx" <pic> <pcolor> <contr>
  33.  
  34.   <pic>     name of a picture (in IE)
  35.   <pcolor>  one of following keywords:
  36.  
  37.              DRED, YELLOW, GREEN, LBLUE, DBLUE, VIOLET,
  38.              BLUE, DGREEN, BROWN, RED, ORANGE, PINK
  39.              or RANDOM
  40.  
  41.   <contr>   if "YES" or "1" then uses Contrast Stretch
  42.  
  43.  
  44.  
  45.   AmigaDOS
  46.  
  47.     Sys:Rexxc/RX PrimaryColors.rexx <arguments>
  48.     Sys:Rexxc/RX PrimaryColors.rexx 000_testpic.iff BLUE YES
  49.  
  50.  
  51.  
  52.   Other scripts:
  53.  
  54.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/PrimaryColors.rexx <arguments>"
  55.  
  56.     Next lines return you the name of new picture.
  57.  
  58.     PROJECT_LIST
  59.     xyz=result
  60.     pic=subword(xyz,1,1)
  61.  
  62.  
  63.  
  64.  
  65.  
  66. HISTORY
  67.  
  68.   1.84
  69.  
  70.   Contrast_Stretch argument can now be YES or 1.
  71.  
  72.   1.83
  73.  
  74.   Minor change in code.
  75.   Updated .notes-file about arguments accepted by the script.
  76.  
  77.   1.82
  78.  
  79.   Now accepts also a number of menuitem as color.
  80.  
  81.   1.81
  82.  
  83.   Removed possibility to create lots of different colored pictures
  84.   at one run. New argumentparser.
  85.  
  86.   1.72
  87.  
  88.   When this script is called from other scripts, it check if
  89.   there's an arqument "RANDOM" or "PICKCOLOR" and acts like it
  90.   should.
  91.  
  92.   This WILL make problems for scripts Shadow and
  93.   VisualBorder&Logo (not the demo-versions), if you don't get
  94.   yourself newest versions of them.
  95.  
  96.   1.67
  97.  
  98.   When script was called from other script, it would always pop up a
  99.   requester asking for color. Now it uses color last used.
  100.  
  101.   1.66
  102.  
  103.   Fixed a bug in code, which would cause it to output a picture
  104.   using color last used, when using random color.
  105.  
  106.   1.65
  107.  
  108.   History started
  109.  
  110.  
  111.  
  112.  
  113.